home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Great Canadian Scientists
/
GCS_CD.iso
/
mac
/
PC
/
GCSData
/
patter_g.dxr
/
00385_Timer scripts.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-01
|
187 b
|
11 lines
on idle
global Game
if Game = 1 then
if (the movieRate of sprite 17 = 0) or (the movieTime of sprite 17 = 21600) then
TimeUp()
end if
end if
GameIdle()
pass()
end